MapSource.getLatitude

Gets the latitude corresponding to this y position in the map source's projection.

class MapSource
double
getLatitude
(
double zoomLevel
,
double y
)

Parameters

zoomLevel double

the zoom level

y double

a y position

Return Value

Type: double

the latitude

Meta